home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / mousewheel / mousewheel / smakefile < prev    next >
Makefile  |  2000-03-05  |  985b  |  45 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.55
  3. # Fri Feb 06 19:03:49 1998
  4. #
  5.  
  6. CFLAGS = debug=symbolflush nocheckabort
  7.  
  8. all: driver MouseWheel_child_task MouseWheel_server_task test1 mw-cursor-keys
  9.  
  10. driver: driver.o
  11.    sc link $(CFLAGS) to MouseWheel with <<
  12. driver.o
  13. <
  14.  
  15. driver.o: driver.c include/mousewheel.h
  16.  
  17. MouseWheel_child_task: childtask.o
  18.    sc link $(CFLAGS) to MouseWheel_child_task with <<
  19. childtask.o
  20. <
  21.  
  22. childtask.o: childtask.c include/mousewheel.h
  23.  
  24. MouseWheel_server_task: maintask.o
  25.    sc link $(CFLAGS) to MouseWheel_server_task with <<
  26. maintask.o
  27. <
  28.  
  29. maintask.o: maintask.c include/mousewheel.h
  30.  
  31. test1: test1.o
  32.    sc link $(CFLAGS) to test1 with <<
  33. test1.o
  34. <
  35.  
  36. test1.o: test1.c include/mousewheel.h
  37.  
  38. mw-cursor-keys: mw-cursor-keys.o mwck-get_wheely_bits.o
  39.     sc link $(CFLAGS) to mw-cursor-keys with <<
  40. mw-cursor-keys.o mwck-get_wheely_bits.o
  41. <
  42.  
  43. mw-cursor-keys.o: mw-cursor-keys.c include/mousewheel.h
  44. mwck-get_wheely_bits.o: mwck-get_wheely_bits.c include/mousewheel.h
  45.